home *** CD-ROM | disk | FTP | other *** search
/ Language/OS - Multiplatform Resource Library / LANGUAGE OS.iso / pcr / pcr4_4.lha / DIST / debugnub / CallTheDebugger.c next >
C/C++ Source or Header  |  1989-08-29  |  146b  |  13 lines

  1. /*
  2.  * CallDebugger.c
  3.  *
  4.  * Demers, May 5, 1989 5:03:53 pm PDT
  5.  */
  6.  
  7. #include "xr/Threads.h"
  8.  
  9. CallTheDebugger()
  10. {
  11.     XR_CallDebugger( 4944419 );
  12. }
  13.